@f{update3dcolorlegendtable}ΒΆ
Color legend of a x/y/z dataset. The field function must be inserted into the name of a table object.
-
@f{update3dcolorlegendtable(Datasetname, bHorizontal, nMaxLabel, Labelformat, bReveseOrder, bShowTitle, bShowLineSymbol)}
. us.params
Parameter
-
Datasetname 3D dataset name. See ObjGetName.
-
bHorizontal Horizontal alignment: 1, vertical alignment: 0
-
nMaxLabel Maxmum number of labels.
-
Labelformat Number format, for example %.2f for 2 decimal places
-
bReveseOrder Order: 0: Increasing, 1: Decreasing
-
bShowTitle Display z channel name: 0 or 1
-
bShowLineSymbol Display line symbol 0 or 1.
Example
Example:
@f{update3dcolorlegendtable(Data1, 0, 0, %g, 0, 0,0)}
Example with table creation:
ssText = "@f{update3dcolorlegendtable(Data1, 0, 0, %g, 0, 0,0)}"
hTable = _FF_CreateTableObject(hPage, hLayer, ssText);
See also
Overview Field Functions, Edit=>Update Fields, Diagram=>Insert Field Function, auto_xyz_CreateColorLegend
id-71714